- reference assignment
- Лингвистика: операция установления референции
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
assignment — as·sign·ment n 1: the act of assigning 2 a: a position, post, or office to which one is assigned b: a task assigned 3: a present transfer of property or rights absolute assignment: an assignment in which the transfer is complete and leaves the… … Law dictionary
reference — ref·er·ence / re frəns, fə rəns/ n 1: an act of referring; specif: mention or citation of one document (as a statute) in another a municipality may adopt by reference all or a part of this title Alaska Statutes see also incorporate 2 … Law dictionary
Assignment (computer science) — In computer programming, an assignment statement sets or re sets the value stored in the storage location(s) denoted by a variable name. In most imperative computer programming languages, assignment statements are one of the basic statements.… … Wikipedia
ASSIGNMENT (OF DEBT) — History and Development Basically, Jewish law did not recognize the concept whereby personal rights or obligations (whether arising from contract or from a liability for damages in tort) could be legally assigned, either by the creditor or the… … Encyclopedia of Judaism
assignment — A transfer or setting over of property, or of some right or interest therein, from one person to another, and unless in some way qualified, the transfer of one s whole interest in an estate, chattel, or other thing. 6 Am J2d Assign § 1. The word… … Ballentine's law dictionary
Reference counting — In computer science, reference counting is a technique of storing the number of references, pointers, or handles to a resource such as an object or block of memory. It is typically used as a means of deallocating objects which are no longer… … Wikipedia
Reference (computer science) — This article is about a general notion of reference in computing. For the more specific notion of reference used in C++, see Reference (C++). In computer science, a reference is a value that enables a program to indirectly access a particular… … Wikipedia
assignment — Synonyms and related words: abalienation, accession, accounting for, agency, agentship, alienation, allocation, allotment, amortization, amortizement, anointing, anointment, answerability, application, appointment, apportionment, appropriation,… … Moby Thesaurus
reference — n 1. mention, mentioning, referral, re ferment; allusion, notice, adducement, quotation, specification; notification, apprising, advisement; hint, suggestion, intimation, inkling, innuendo, implication, insinuation; substantiation, illustration,… … A Note on the Style of the synonym finder
Drive letter assignment — is the process of assigning alphabetical identifiers to physical or logical disk drives or partitions (drive volumes) in the root filesystem namespace; this usage is now mostly found in Microsoft operating systems. Unlike the concept of UNIX… … Wikipedia
Static single assignment form — In compiler design, static single assignment form (often abbreviated as SSA form or SSA) is an intermediate representation (IR) in which every variable is assigned exactly once. Existing variables in the original IR are split into versions , new… … Wikipedia